3.1192 \(\int \cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p \, dx\)

Optimal. Leaf size=32 \[ \text {Int}\left (\cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p,x\right ) \]

[Out]

Unintegrable(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x)

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cos[c + d*x]^4*Sin[c + d*x]^n*(a + b*Sin[c + d*x])^p,x]

[Out]

Defer[Int][Cos[c + d*x]^4*Sin[c + d*x]^n*(a + b*Sin[c + d*x])^p, x]

Rubi steps

\begin {align*} \int \cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p \, dx &=\int \cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 6.50, size = 0, normalized size = 0.00 \[ \int \cos ^4(c+d x) \sin ^n(c+d x) (a+b \sin (c+d x))^p \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cos[c + d*x]^4*Sin[c + d*x]^n*(a + b*Sin[c + d*x])^p,x]

[Out]

Integrate[Cos[c + d*x]^4*Sin[c + d*x]^n*(a + b*Sin[c + d*x])^p, x]

________________________________________________________________________________________

fricas [A]  time = 1.14, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \sin \left (d x + c\right ) + a\right )}^{p} \sin \left (d x + c\right )^{n} \cos \left (d x + c\right )^{4}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x, algorithm="fricas")

[Out]

integral((b*sin(d*x + c) + a)^p*sin(d*x + c)^n*cos(d*x + c)^4, x)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 1.06, size = 0, normalized size = 0.00 \[ \int \left (\cos ^{4}\left (d x +c \right )\right ) \left (\sin ^{n}\left (d x +c \right )\right ) \left (a +b \sin \left (d x +c \right )\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x)

[Out]

int(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sin \left (d x + c\right ) + a\right )}^{p} \sin \left (d x + c\right )^{n} \cos \left (d x + c\right )^{4}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^4*sin(d*x+c)^n*(a+b*sin(d*x+c))^p,x, algorithm="maxima")

[Out]

integrate((b*sin(d*x + c) + a)^p*sin(d*x + c)^n*cos(d*x + c)^4, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int {\cos \left (c+d\,x\right )}^4\,{\sin \left (c+d\,x\right )}^n\,{\left (a+b\,\sin \left (c+d\,x\right )\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(c + d*x)^4*sin(c + d*x)^n*(a + b*sin(c + d*x))^p,x)

[Out]

int(cos(c + d*x)^4*sin(c + d*x)^n*(a + b*sin(c + d*x))^p, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)**4*sin(d*x+c)**n*(a+b*sin(d*x+c))**p,x)

[Out]

Timed out

________________________________________________________________________________________